Spread for ASP.NET 8.0 Product Documentation
MvcSpreadEventAttribute Constructor(String,String,String[])


Name of the event.
The group.
Indicates which Spread uses this event handler. Set to null for all Spread controls.
Initializes a new instance of the MvcSpreadEventAttribute class.
Syntax
'Declaration
 
Public Function New( _
   ByVal eventName As String, _
   ByVal group As String, _
   ByVal spreadIDs() As String _
)
'Usage
 
Dim eventName As String
Dim group As String
Dim spreadIDs() As String
 
Dim instance As New MvcSpreadEventAttribute(eventName, group, spreadIDs)
public MvcSpreadEventAttribute( 
   string eventName,
   string group,
   string[] spreadIDs
)

Parameters

eventName
Name of the event.
group
The group.
spreadIDs
Indicates which Spread uses this event handler. Set to null for all Spread controls.
Exceptions
ExceptionDescription
System.ArgumentNullExceptiongroup
Requirements

Target Platforms: Windows 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

MvcSpreadEventAttribute Class
MvcSpreadEventAttribute Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.